home *** CD-ROM | disk | FTP | other *** search
- dlopen:
-
- Synopsis: Open a shared object.
-
- Syntax: dlopen ( FILENAME , FUNCTION_NAME )
-
- Description:
-
- dlopen opens a shared object, FILENAME, and creates a builtin
- function that points to FUNCTION_NAME. dlopen returns the
- newly created builtin function.
-
- For information on how to write and compile functions that can
- be linked with dlopen, consult the RLaB Programmer's Guide and
- Reference Manual.
-
- dlopen only exists for those platforms that support dynamic
- linking.
-